 |
|
 |
Subject: HTML Signature being re-interpreted. |
 |
 |
 |
Product Area: Notes 8 Client |
 |
Technical Area: Functionality |
 |
Platform: Windows XP client |
 |
Release: 8.0.2 |
 |
Reproducible: Always |
 |
 |
 |
 |
I am trying to use an HTML signature through Notes, however it looks like it is interpreting the HTML that I am providing and then not sending as the HTML I have written.
There is gonna be a bit of code here, so I will write the rest up here and leave the code for last.
When I send via Notes, it appears to re-interpret the code and it as it wants to.
When I send via Thunderbird, I am able to get it to send exactly what I included in the HTML signature, in turn making a very nice looking signature back in Notes.
To reiterate, when sent from Thunderbird and opened in Notes, the message is fully readable and this code is interpreted correctly.
When I forward a message with this signature, it is forwarded correctly.
I would like to get this signature onto my account without copying it from a forwarded message.
Is there something that I am missing as far as setting up Notes to properly handle passthrough html?
I was under the impression that a signature HTML file was *always* passthrough html, but perhaps I am mistaken there.
Thank you very much for your assistance
~Tyson Edwards
Source Signature
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tyson Edwards Signature - Tomax</title>
<style type="text/css">
<!--
a {
text-decoration:none;
color: #1A708F;
}
img {
border-style: none;
}
#wrapper {
color: #1A708F;
width: 200px;
height:auto;
float:none;
text-decoration:none;
text-shadow: #0CC 2px 2px 1px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration:none;
}
#name {
font-size: 24px;
text-shadow: #0CC 2px 2px 2px;
}
#title {
font-size: 12px;
margin-left: 24px;
margin-top: -2px;
}
.contact {
font-size: 12px;
margin-left: 24px;
}
.text {
float:none;
}
.icon {
float:left;
width:20px;
height:11px;
margin-top:2px;
margin-right:2px;
}
-->
</style>
</head>
<body marginheight="0" marginwidth="0" width="200" height="150">
<div id="wrapper">
<div id="name">Tyson Edwards</div>
<div id="title">Tomax IT</div>
<div id="email" class="contact">
<a href="mailto:tedwards@tomax.com">
<div class="icon"><img src="email-icon.jpg" /></div>
<div class="text">tedwards@tomax.com</div>
</a>
</div>
<div id="skype" class="contact">
<a href="skype:tysonlavaredwards?chat">
<div class="icon"><img src="skype-icon.jpg" /></div>
<div class="text">tysonlavaredwards</div>
</a>
</div>
<div id="phone" class="contact">
<div class="icon"><img src="phone-icon.jpg" /></div>
<div class="text">801-924-6266 or Ext. 6266</div>
</div>
<div id="desk" class="contact">
<div class="icon"><img src="desk-icon.jpg" /></div>
<div class="text">3rd Floor - South Side</div>
</div>
</div>
</body>
</html>
When it arrives, I get the following:
<br><font size=5 color=#0060a0 face="Arial">Tyson Edwards</font>
<br><font size=1 color=#0060a0 face="Arial">Tomax IT</font></table>
<br>
<br><a href=mailto:tedwards@tomax.com></a>
<br><img src=cid:_2_42FD136442FD0ED4005E447C872574E7>
<br><font size=1 color=#0060a0 face="Arial">tedwards@tomax.com</font>
<br><a href=skype:tysonlavaredwards?chat></a>
<br><img src=cid:_2_42FD22A442FD1F94005E447C872574E7>
<br><font size=1 color=#0060a0 face="Arial">tysonlavaredwards</font>
<br>
<br><img src=cid:_2_42FD2EA442FD2BEC005E447C872574E7>
<br><font size=1 color=#0060a0 face="Arial">801-924-6266 or Ext. 6266</font>
<br>
<br><img src=cid:_2_42FD39A442FD371C005E447C872574E7>
<br><font size=1 color=#0060a0 face="Arial">3rd Floor - South Side</font><br>
<font size=2 face="sans-serif"><br>
</font>
 
Feedback number WEBB7KKNZN created by ~Nita Pregerolyader on 10/19/2008


|
|  |
|